CopyFrom
TheCopyFrom
method modifies this transform to make it equivalent to the specified source transform.
ODTransform CopyFrom (in ODTransform sourceTransform);
sourceTransform
- A reference to the source transform to be copied.
- return value
- A reference to this transform modified to be a copy of the specified transform.
DISCUSSION
After this method executes successfully, this transform and the source transform do not share data; therefore, you can modify each of the transforms independently.OVERRIDING
If you subclassODTransform
to create a nonlinear transform class, you must override this method. Your override method can call its inherited method at any point in your implementation (it does not matter where).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help